type runtime.errorAddressString

5 uses

	runtime (current package)
		error.go#L81: type errorAddressString struct {
		error.go#L86: func (e errorAddressString) RuntimeError() {}
		error.go#L88: func (e errorAddressString) Error() string {
		error.go#L97: func (e errorAddressString) Addr() uintptr {
		panic.go#L266: 	panic(errorAddressString{msg: "invalid memory address or nil pointer dereference", addr: addr})